Html Css Color HEX #CAF785 Sulu

📋 copy color: '#CAF785'

red 202 ◦ green 247 ◦ blue 133

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

Shades of Sulu #CAF785

Tints of Sulu #CAF785

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.44%

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

R = 34.71%
G = 42.44%
B = 22.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#CAF785 (or 0xCAF785) is known color: Sulu. HEX triplet: CA, F7 and 85. RGB value is (202,247,133). Sum of RGB (Red+Green+Blue) = 202+247+133=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 247 (96.88% from 255 or 42.44% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF785 is #35087A. Grayscale: #DCDCDC. Windows color (decimal): -3475579 or 8779722. OLE color: 8779722.

HSL color Cylindrical-coordinate representation of color #CAF785: hue angle of 83.68º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAF785 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 133 -
CMYK 0.18 0 0.46 0.03
HSL 83.68º 0.88% 0.75% -
HSV(B) 83.68º 0.46% 0.97% -
XYZ 61.85 80.77 34.52 -
YUV 220.55 78.59 114.77 -
System Red Green Blue C M Y K H S L
Decimal 202 247 133 0.18 0 0.46 0.03 83.68 0.88 0.75
Hex CA F7 85 12 0 2E 3 54 58 4B
Octal 312 367 205 22 0 56 3 124 130 113
Binary 11001010 11110111 10000101 10010 0 101110 11 1010100 1011000 1001011

Color Harmonies of #CAF785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF785

Black with #CAF785

Text Example


Text Example

White with #CAF785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF785; }

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

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

background-color css

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

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

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

border-color css

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

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

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