Html Css Color HEX #CAEF3C Pear

📋 copy color: '#CAEF3C'

red 202 ◦ green 239 ◦ blue 60

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

Shades of Pear #CAEF3C

Tints of Pear #CAEF3C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.7%

 BLUE value IS 60 (23.83% from 255) = 11.98%

R = 40.32%
G = 47.7%
B = 11.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#CAEF3C (or 0xCAEF3C) is known color: Pear. HEX triplet: CA, EF and 3C. RGB value is (202,239,60). Sum of RGB (Red+Green+Blue) = 202+239+60=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEF3C is #3510C3. Grayscale: #D0D0D0. Windows color (decimal): -3477700 or 3993546. OLE color: 3993546.

HSL color Cylindrical-coordinate representation of color #CAEF3C: hue angle of 72.4º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAEF3C is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 239 60 -
CMYK 0.15 0 0.75 0.06
HSL 72.4º 0.85% 0.59% -
HSV(B) 72.4º 0.75% 0.94% -
XYZ 56.04 74.62 15.72 -
YUV 207.53 44.74 124.05 -
System Red Green Blue C M Y K H S L
Decimal 202 239 60 0.15 0 0.75 0.06 72.4 0.85 0.59
Hex CA EF 3C F 0 4B 6 48 55 3B
Octal 312 357 74 17 0 113 6 110 125 73
Binary 11001010 11101111 111100 1111 0 1001011 110 1001000 1010101 111011

Color Harmonies of #CAEF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEF3C

Black with #CAEF3C

Text Example


Text Example

White with #CAEF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEF3C; }

 p { color: rgb(202,239,60); }

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

background-color css

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

 a { background-color: rgb(202,239,60); }

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

border-color css

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

 span { border-color: rgb(202,239,60); }

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