Html Css Color HEX #CAF982 Sulu

📋 copy color: '#CAF982'

red 202 ◦ green 249 ◦ blue 130

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

Shades of Sulu #CAF982

Tints of Sulu #CAF982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.38%

R = 34.77%
G = 42.86%
B = 22.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#CAF982 (or 0xCAF982) is known color: Sulu. HEX triplet: CA, F9 and 82. RGB value is (202,249,130). Sum of RGB (Red+Green+Blue) = 202+249+130=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF982 is #35067D. Grayscale: #DDDDDD. Windows color (decimal): -3475070 or 8583626. OLE color: 8583626.

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

Color convert

RGB 202 249 130 -
CMYK 0.19 0 0.48 0.02
HSL 83.7º 0.91% 0.74% -
HSV(B) 83.7º 0.48% 0.98% -
XYZ 62.26 81.92 33.65 -
YUV 221.38 76.43 114.18 -
System Red Green Blue C M Y K H S L
Decimal 202 249 130 0.19 0 0.48 0.02 83.7 0.91 0.74
Hex CA F9 82 13 0 30 2 54 5B 4A
Octal 312 371 202 23 0 60 2 124 133 112
Binary 11001010 11111001 10000010 10011 0 110000 10 1010100 1011011 1001010

Color Harmonies of #CAF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF982

Black with #CAF982

Text Example


Text Example

White with #CAF982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF982; }

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

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

background-color css

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

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

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

border-color css

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

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

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