Html Css Color HEX #CAF830 Pear

📋 copy color: '#CAF830'

red 202 ◦ green 248 ◦ blue 48

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

Shades of Pear #CAF830

Tints of Pear #CAF830

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.8%

 BLUE value IS 48 (19.14% from 255) = 9.64%

R = 40.56%
G = 49.8%
B = 9.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#CAF830 (or 0xCAF830) is known color: Pear. HEX triplet: CA, F8 and 30. RGB value is (202,248,48). Sum of RGB (Red+Green+Blue) = 202+248+48=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 48 (19.14% from 255 or 9.64% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF830 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF830 is #3507CF. Grayscale: #D4D4D4. Windows color (decimal): -3475408 or 3209418. OLE color: 3209418.

HSL color Cylindrical-coordinate representation of color #CAF830: hue angle of 73.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAF830 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 48 -
CMYK 0.19 0 0.81 0.03
HSL 73.8º 0.93% 0.58% -
HSV(B) 73.8º 0.81% 0.97% -
XYZ 58.46 79.9 15.14 -
YUV 211.45 35.76 121.26 -
System Red Green Blue C M Y K H S L
Decimal 202 248 48 0.19 0 0.81 0.03 73.8 0.93 0.58
Hex CA F8 30 13 0 51 3 4A 5D 3A
Octal 312 370 60 23 0 121 3 112 135 72
Binary 11001010 11111000 110000 10011 0 1010001 11 1001010 1011101 111010

Color Harmonies of #CAF830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF830

Black with #CAF830

Text Example


Text Example

White with #CAF830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF830; }

 p { color: rgb(202,248,48); }

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

background-color css

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

 a { background-color: rgb(202,248,48); }

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

border-color css

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

 span { border-color: rgb(202,248,48); }

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