Html Css Color HEX #CAF920 Pear

📋 copy color: '#CAF920'

red 202 ◦ green 249 ◦ blue 32

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

Shades of Pear #CAF920

Tints of Pear #CAF920

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.55%

 BLUE value IS 32 (12.89% from 255) = 6.63%

R = 41.82%
G = 51.55%
B = 6.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#CAF920 (or 0xCAF920) is known color: Pear. HEX triplet: CA, F9 and 20. RGB value is (202,249,32). Sum of RGB (Red+Green+Blue) = 202+249+32=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF920 is #3506DF. Grayscale: #D3D3D3. Windows color (decimal): -3475168 or 2161098. OLE color: 2161098.

HSL color Cylindrical-coordinate representation of color #CAF920: hue angle of 73º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAF920 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 32 -
CMYK 0.19 0 0.87 0.02
HSL 73º 0.95% 0.55% -
HSV(B) 73º 0.87% 0.98% -
XYZ 58.49 80.41 13.8 -
YUV 210.21 27.43 122.14 -
System Red Green Blue C M Y K H S L
Decimal 202 249 32 0.19 0 0.87 0.02 73 0.95 0.55
Hex CA F9 20 13 0 57 2 49 5F 37
Octal 312 371 40 23 0 127 2 111 137 67
Binary 11001010 11111001 100000 10011 0 1010111 10 1001001 1011111 110111

Color Harmonies of #CAF920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF920

Black with #CAF920

Text Example


Text Example

White with #CAF920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF920; }

 p { color: rgb(202,249,32); }

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

background-color css

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

 a { background-color: rgb(202,249,32); }

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

border-color css

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

 span { border-color: rgb(202,249,32); }

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