Html Css Color HEX #CAE275 Sulu

📋 copy color: '#CAE275'

red 202 ◦ green 226 ◦ blue 117

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

Shades of Sulu #CAE275

Tints of Sulu #CAE275

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.47%

 BLUE value IS 117 (46.09% from 255) = 21.47%

R = 37.06%
G = 41.47%
B = 21.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#CAE275 (or 0xCAE275) is known color: Sulu. HEX triplet: CA, E2 and 75. RGB value is (202,226,117). Sum of RGB (Red+Green+Blue) = 202+226+117=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE275 is #351D8A. Grayscale: #CECECE. Windows color (decimal): -3480971 or 7725770. OLE color: 7725770.

HSL color Cylindrical-coordinate representation of color #CAE275: hue angle of 73.21º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAE275 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 226 117 -
CMYK 0.11 0 0.48 0.11
HSL 73.21º 0.65% 0.67% -
HSV(B) 73.21º 0.48% 0.89% -
XYZ 54.76 68.23 27.11 -
YUV 206.4 77.55 124.86 -
System Red Green Blue C M Y K H S L
Decimal 202 226 117 0.11 0 0.48 0.11 73.21 0.65 0.67
Hex CA E2 75 B 0 30 B 49 41 43
Octal 312 342 165 13 0 60 13 111 101 103
Binary 11001010 11100010 1110101 1011 0 110000 1011 1001001 1000001 1000011

Color Harmonies of #CAE275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE275

Black with #CAE275

Text Example


Text Example

White with #CAE275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE275; }

 p { color: rgb(202,226,117); }

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

background-color css

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

 a { background-color: rgb(202,226,117); }

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

border-color css

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

 span { border-color: rgb(202,226,117); }

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