Html Css Color HEX #CAF386 Sulu

📋 copy color: '#CAF386'

red 202 ◦ green 243 ◦ blue 134

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

Shades of Sulu #CAF386

Tints of Sulu #CAF386

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.97%

 BLUE value IS 134 (52.73% from 255) = 23.14%

R = 34.89%
G = 41.97%
B = 23.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#CAF386 (or 0xCAF386) is known color: Sulu. HEX triplet: CA, F3 and 86. RGB value is (202,243,134). Sum of RGB (Red+Green+Blue) = 202+243+134=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF386 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF386 is #350C79. Grayscale: #DADADA. Windows color (decimal): -3476602 or 8844234. OLE color: 8844234.

HSL color Cylindrical-coordinate representation of color #CAF386: hue angle of 82.57º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAF386 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 243 134 -
CMYK 0.17 0 0.45 0.05
HSL 82.57º 0.82% 0.74% -
HSV(B) 82.57º 0.45% 0.95% -
XYZ 60.71 78.38 34.48 -
YUV 218.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 202 243 134 0.17 0 0.45 0.05 82.57 0.82 0.74
Hex CA F3 86 11 0 2D 5 53 52 4A
Octal 312 363 206 21 0 55 5 123 122 112
Binary 11001010 11110011 10000110 10001 0 101101 101 1010011 1010010 1001010

Color Harmonies of #CAF386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF386

Black with #CAF386

Text Example


Text Example

White with #CAF386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF386; }

 p { color: rgb(202,243,134); }

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

background-color css

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

 a { background-color: rgb(202,243,134); }

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

border-color css

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

 span { border-color: rgb(202,243,134); }

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