Html Css Color HEX #CAE023 Pear

📋 copy color: '#CAE023'

red 202 ◦ green 224 ◦ blue 35

#CAE023
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CAE023

Tints of Pear #CAE023

RGB

 RED value IS 202 (79.3% from 255) = 43.82%

 GREEN value IS 224 (87.89% from 255) = 48.59%

 BLUE value IS 35 (14.06% from 255) = 7.59%

R = 43.82%
G = 48.59%
B = 7.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAE023 (or 0xCAE023) is known color: Pear. HEX triplet: CA, E0 and 23. RGB value is (202,224,35). Sum of RGB (Red+Green+Blue) = 202+224+35=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 35 (14.06% from 255 or 7.59% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE023 is #351FDC. Grayscale: #C4C4C4. Windows color (decimal): -3481565 or 2351306. OLE color: 2351306.

HSL color Cylindrical-coordinate representation of color #CAE023: hue angle of 66.98º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CAE023 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 35 -
CMYK 0.10 0 0.84 0.12
HSL 66.98º 0.75% 0.51% -
HSV(B) 66.98º 0.84% 0.88% -
XYZ 51.32 65.99 11.62 -
YUV 195.88 37.21 132.37 -
System Red Green Blue C M Y K H S L
Decimal 202 224 35 0.10 0 0.84 0.12 66.98 0.75 0.51
Hex CA E0 23 A 0 54 C 43 4B 33
Octal 312 340 43 12 0 124 14 103 113 63
Binary 11001010 11100000 100011 1010 0 1010100 1100 1000011 1001011 110011

Color Harmonies of #CAE023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE023

Black with #CAE023

Text Example


Text Example

White with #CAE023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE023; }

 p { color: rgb(202,224,35); }

 H1.HeaderClassName
 {
   color: #CAE023;
 }
 .AnyTagClassName
 {
   color: #CAE023;
 }
</style>

background-color css

<style>
 a { background-color: #CAE023; }

 a { background-color: rgb(202,224,35); }

 div.DivClassName
 {
   background-color: #CAE023;
 }
 .BgClassName
 {
   background-color: #CAE023;
 }
</style>

border-color css

<style>
 span { border-color: #CAE023; }

 span { border-color: rgb(202,224,35); }

 td.TdClassName
 {
   border-color: #CAE023;
 }
 .TagClassName
 {
   border-color: #CAE023;
 }
</style>