Html Css Color HEX #CAE71C Pear

📋 copy color: '#CAE71C'

red 202 ◦ green 231 ◦ blue 28

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

Shades of Pear #CAE71C

Tints of Pear #CAE71C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.11%

 BLUE value IS 28 (11.33% from 255) = 6.07%

R = 43.82%
G = 50.11%
B = 6.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#CAE71C (or 0xCAE71C) is known color: Pear. HEX triplet: CA, E7 and 1C. RGB value is (202,231,28). Sum of RGB (Red+Green+Blue) = 202+231+28=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE71C is #3518E3. Grayscale: #C7C7C7. Windows color (decimal): -3479780 or 1894346. OLE color: 1894346.

HSL color Cylindrical-coordinate representation of color #CAE71C: hue angle of 68.57º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAE71C is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 231 28 -
CMYK 0.13 0 0.88 0.09
HSL 68.57º 0.81% 0.51% -
HSV(B) 68.57º 0.88% 0.91% -
XYZ 53.14 69.79 11.77 -
YUV 199.19 31.39 130.01 -
System Red Green Blue C M Y K H S L
Decimal 202 231 28 0.13 0 0.88 0.09 68.57 0.81 0.51
Hex CA E7 1C D 0 58 9 45 51 33
Octal 312 347 34 15 0 130 11 105 121 63
Binary 11001010 11100111 11100 1101 0 1011000 1001 1000101 1010001 110011

Color Harmonies of #CAE71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE71C

Black with #CAE71C

Text Example


Text Example

White with #CAE71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE71C; }

 p { color: rgb(202,231,28); }

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

background-color css

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

 a { background-color: rgb(202,231,28); }

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

border-color css

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

 span { border-color: rgb(202,231,28); }

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