Html Css Color HEX #CAF128 Pear

📋 copy color: '#CAF128'

red 202 ◦ green 241 ◦ blue 40

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

Shades of Pear #CAF128

Tints of Pear #CAF128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.9%

 BLUE value IS 40 (16.02% from 255) = 8.28%

R = 41.82%
G = 49.9%
B = 8.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#CAF128 (or 0xCAF128) is known color: Pear. HEX triplet: CA, F1 and 28. RGB value is (202,241,40). Sum of RGB (Red+Green+Blue) = 202+241+40=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 40 (16.02% from 255 or 8.28% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF128 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF128 is #350ED7. Grayscale: #CFCFCF. Windows color (decimal): -3477208 or 2683338. OLE color: 2683338.

HSL color Cylindrical-coordinate representation of color #CAF128: hue angle of 71.64º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAF128 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 40 -
CMYK 0.16 0 0.83 0.05
HSL 71.64º 0.88% 0.55% -
HSV(B) 71.64º 0.83% 0.95% -
XYZ 56.2 75.62 13.64 -
YUV 206.43 34.08 124.84 -
System Red Green Blue C M Y K H S L
Decimal 202 241 40 0.16 0 0.83 0.05 71.64 0.88 0.55
Hex CA F1 28 10 0 53 5 48 58 37
Octal 312 361 50 20 0 123 5 110 130 67
Binary 11001010 11110001 101000 10000 0 1010011 101 1001000 1011000 110111

Color Harmonies of #CAF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF128

Black with #CAF128

Text Example


Text Example

White with #CAF128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF128; }

 p { color: rgb(202,241,40); }

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

background-color css

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

 a { background-color: rgb(202,241,40); }

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

border-color css

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

 span { border-color: rgb(202,241,40); }

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