Html Css Color HEX #CAF883 Sulu

📋 copy color: '#CAF883'

red 202 ◦ green 248 ◦ blue 131

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

Shades of Sulu #CAF883

Tints of Sulu #CAF883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.55%

R = 34.77%
G = 42.69%
B = 22.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#CAF883 (or 0xCAF883) is known color: Sulu. HEX triplet: CA, F8 and 83. RGB value is (202,248,131). Sum of RGB (Red+Green+Blue) = 202+248+131=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 131 (51.56% from 255 or 22.55% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF883 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF883 is #35077C. Grayscale: #DDDDDD. Windows color (decimal): -3475325 or 8648906. OLE color: 8648906.

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

Color convert

RGB 202 248 131 -
CMYK 0.19 0 0.47 0.03
HSL 83.59º 0.89% 0.74% -
HSV(B) 83.59º 0.47% 0.97% -
XYZ 62.02 81.33 33.9 -
YUV 220.91 77.26 114.51 -
System Red Green Blue C M Y K H S L
Decimal 202 248 131 0.19 0 0.47 0.03 83.59 0.89 0.74
Hex CA F8 83 13 0 2F 3 54 59 4A
Octal 312 370 203 23 0 57 3 124 131 112
Binary 11001010 11111000 10000011 10011 0 101111 11 1010100 1011001 1001010

Color Harmonies of #CAF883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF883

Black with #CAF883

Text Example


Text Example

White with #CAF883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF883; }

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

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

background-color css

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

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

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

border-color css

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

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

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