Html Css Color HEX #CAF283 Sulu

📋 copy color: '#CAF283'

red 202 ◦ green 242 ◦ blue 131

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

Shades of Sulu #CAF283

Tints of Sulu #CAF283

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.09%

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

R = 35.13%
G = 42.09%
B = 22.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#CAF283 (or 0xCAF283) is known color: Sulu. HEX triplet: CA, F2 and 83. RGB value is (202,242,131). Sum of RGB (Red+Green+Blue) = 202+242+131=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 131 (51.56% from 255 or 22.78% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF283 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF283 is #350D7C. Grayscale: #D9D9D9. Windows color (decimal): -3476861 or 8647370. OLE color: 8647370.

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

Color convert

RGB 202 242 131 -
CMYK 0.17 0 0.46 0.05
HSL 81.62º 0.81% 0.73% -
HSV(B) 81.62º 0.46% 0.95% -
XYZ 60.21 77.7 33.3 -
YUV 217.39 79.25 117.03 -
System Red Green Blue C M Y K H S L
Decimal 202 242 131 0.17 0 0.46 0.05 81.62 0.81 0.73
Hex CA F2 83 11 0 2E 5 52 51 49
Octal 312 362 203 21 0 56 5 122 121 111
Binary 11001010 11110010 10000011 10001 0 101110 101 1010010 1010001 1001001

Color Harmonies of #CAF283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF283

Black with #CAF283

Text Example


Text Example

White with #CAF283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF283; }

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

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

background-color css

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

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

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

border-color css

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

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

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