Html Css Color HEX #CAEA71 Sulu

📋 copy color: '#CAEA71'

red 202 ◦ green 234 ◦ blue 113

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

Shades of Sulu #CAEA71

Tints of Sulu #CAEA71

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.62%

 BLUE value IS 113 (44.53% from 255) = 20.58%

R = 36.79%
G = 42.62%
B = 20.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#CAEA71 (or 0xCAEA71) is known color: Sulu. HEX triplet: CA, EA and 71. RGB value is (202,234,113). Sum of RGB (Red+Green+Blue) = 202+234+113=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEA71 is #35158E. Grayscale: #D3D3D3. Windows color (decimal): -3478927 or 7465674. OLE color: 7465674.

HSL color Cylindrical-coordinate representation of color #CAEA71: hue angle of 75.87º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAEA71 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 234 113 -
CMYK 0.14 0 0.52 0.08
HSL 75.87º 0.74% 0.68% -
HSV(B) 75.87º 0.52% 0.92% -
XYZ 56.76 72.59 26.64 -
YUV 210.64 72.9 121.84 -
System Red Green Blue C M Y K H S L
Decimal 202 234 113 0.14 0 0.52 0.08 75.87 0.74 0.68
Hex CA EA 71 E 0 34 8 4C 4A 44
Octal 312 352 161 16 0 64 10 114 112 104
Binary 11001010 11101010 1110001 1110 0 110100 1000 1001100 1001010 1000100

Color Harmonies of #CAEA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEA71

Black with #CAEA71

Text Example


Text Example

White with #CAEA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEA71; }

 p { color: rgb(202,234,113); }

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

background-color css

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

 a { background-color: rgb(202,234,113); }

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

border-color css

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

 span { border-color: rgb(202,234,113); }

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