Html Css Color HEX #CAF027 Pear

📋 copy color: '#CAF027'

red 202 ◦ green 240 ◦ blue 39

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

Shades of Pear #CAF027

Tints of Pear #CAF027

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.9%

 BLUE value IS 39 (15.63% from 255) = 8.11%

R = 42%
G = 49.9%
B = 8.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#CAF027 (or 0xCAF027) is known color: Pear. HEX triplet: CA, F0 and 27. RGB value is (202,240,39). Sum of RGB (Red+Green+Blue) = 202+240+39=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 39 (15.62% from 255 or 8.11% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF027 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF027 is #350FD8. Grayscale: #CECECE. Windows color (decimal): -3477465 or 2617546. OLE color: 2617546.

HSL color Cylindrical-coordinate representation of color #CAF027: hue angle of 71.34º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CAF027 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 39 -
CMYK 0.16 0 0.84 0.06
HSL 71.34º 0.87% 0.55% -
HSV(B) 71.34º 0.84% 0.94% -
XYZ 55.88 75.02 13.46 -
YUV 205.72 33.91 125.34 -
System Red Green Blue C M Y K H S L
Decimal 202 240 39 0.16 0 0.84 0.06 71.34 0.87 0.55
Hex CA F0 27 10 0 54 6 47 57 37
Octal 312 360 47 20 0 124 6 107 127 67
Binary 11001010 11110000 100111 10000 0 1010100 110 1000111 1010111 110111

Color Harmonies of #CAF027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF027

Black with #CAF027

Text Example


Text Example

White with #CAF027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF027; }

 p { color: rgb(202,240,39); }

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

background-color css

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

 a { background-color: rgb(202,240,39); }

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

border-color css

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

 span { border-color: rgb(202,240,39); }

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