Html Css Color HEX #CAF685 Sulu

📋 copy color: '#CAF685'

red 202 ◦ green 246 ◦ blue 133

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

Shades of Sulu #CAF685

Tints of Sulu #CAF685

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.34%

 BLUE value IS 133 (52.34% from 255) = 22.89%

R = 34.77%
G = 42.34%
B = 22.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#CAF685 (or 0xCAF685) is known color: Sulu. HEX triplet: CA, F6 and 85. RGB value is (202,246,133). Sum of RGB (Red+Green+Blue) = 202+246+133=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF685 is #35097A. Grayscale: #DCDCDC. Windows color (decimal): -3475835 or 8779466. OLE color: 8779466.

HSL color Cylindrical-coordinate representation of color #CAF685: hue angle of 83.36º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAF685 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 133 -
CMYK 0.18 0 0.46 0.04
HSL 83.36º 0.86% 0.74% -
HSV(B) 83.36º 0.46% 0.96% -
XYZ 61.55 80.16 34.42 -
YUV 219.96 78.92 115.19 -
System Red Green Blue C M Y K H S L
Decimal 202 246 133 0.18 0 0.46 0.04 83.36 0.86 0.74
Hex CA F6 85 12 0 2E 4 53 56 4A
Octal 312 366 205 22 0 56 4 123 126 112
Binary 11001010 11110110 10000101 10010 0 101110 100 1010011 1010110 1001010

Color Harmonies of #CAF685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF685

Black with #CAF685

Text Example


Text Example

White with #CAF685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF685; }

 p { color: rgb(202,246,133); }

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

background-color css

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

 a { background-color: rgb(202,246,133); }

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

border-color css

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

 span { border-color: rgb(202,246,133); }

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