Html Css Color HEX #CAF273 Sulu

📋 copy color: '#CAF273'

red 202 ◦ green 242 ◦ blue 115

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

Shades of Sulu #CAF273

Tints of Sulu #CAF273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.57%

R = 36.14%
G = 43.29%
B = 20.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#CAF273 (or 0xCAF273) is known color: Sulu. HEX triplet: CA, F2 and 73. RGB value is (202,242,115). Sum of RGB (Red+Green+Blue) = 202+242+115=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF273 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF273 is #350D8C. Grayscale: #D8D8D8. Windows color (decimal): -3476877 or 7598794. OLE color: 7598794.

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

Color convert

RGB 202 242 115 -
CMYK 0.17 0 0.52 0.05
HSL 78.9º 0.83% 0.7% -
HSV(B) 78.9º 0.52% 0.95% -
XYZ 59.2 77.3 28.02 -
YUV 215.56 71.25 118.33 -
System Red Green Blue C M Y K H S L
Decimal 202 242 115 0.17 0 0.52 0.05 78.9 0.83 0.7
Hex CA F2 73 11 0 34 5 4F 53 46
Octal 312 362 163 21 0 64 5 117 123 106
Binary 11001010 11110010 1110011 10001 0 110100 101 1001111 1010011 1000110

Color Harmonies of #CAF273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF273

Black with #CAF273

Text Example


Text Example

White with #CAF273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF273; }

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

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

background-color css

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

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

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

border-color css

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

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

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