Html Css Color HEX #CAE573 Sulu

📋 copy color: '#CAE573'

red 202 ◦ green 229 ◦ blue 115

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

Shades of Sulu #CAE573

Tints of Sulu #CAE573

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.94%

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

R = 37%
G = 41.94%
B = 21.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#CAE573 (or 0xCAE573) is known color: Sulu. HEX triplet: CA, E5 and 73. RGB value is (202,229,115). Sum of RGB (Red+Green+Blue) = 202+229+115=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE573 is #351A8C. Grayscale: #D0D0D0. Windows color (decimal): -3480205 or 7595466. OLE color: 7595466.

HSL color Cylindrical-coordinate representation of color #CAE573: hue angle of 74.21º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAE573 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 115 -
CMYK 0.12 0 0.50 0.10
HSL 74.21º 0.69% 0.67% -
HSV(B) 74.21º 0.5% 0.9% -
XYZ 55.47 69.83 26.78 -
YUV 207.93 75.55 123.77 -
System Red Green Blue C M Y K H S L
Decimal 202 229 115 0.12 0 0.50 0.10 74.21 0.69 0.67
Hex CA E5 73 C 0 32 A 4A 45 43
Octal 312 345 163 14 0 62 12 112 105 103
Binary 11001010 11100101 1110011 1100 0 110010 1010 1001010 1000101 1000011

Color Harmonies of #CAE573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE573

Black with #CAE573

Text Example


Text Example

White with #CAE573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE573; }

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

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

background-color css

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

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

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

border-color css

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

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

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