Html Css Color HEX #CAE368 Mindaro

📋 copy color: '#CAE368'

red 202 ◦ green 227 ◦ blue 104

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

Shades of Mindaro #CAE368

Tints of Mindaro #CAE368

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.59%

 BLUE value IS 104 (41.02% from 255) = 19.51%

R = 37.9%
G = 42.59%
B = 19.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#CAE368 (or 0xCAE368) is known color: Mindaro. HEX triplet: CA, E3 and 68. RGB value is (202,227,104). Sum of RGB (Red+Green+Blue) = 202+227+104=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE368 is #351C97. Grayscale: #CDCDCD. Windows color (decimal): -3480728 or 6874058. OLE color: 6874058.

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

Color convert

RGB 202 227 104 -
CMYK 0.11 0 0.54 0.11
HSL 72.2º 0.69% 0.65% -
HSV(B) 72.2º 0.54% 0.89% -
XYZ 54.32 68.49 23.45 -
YUV 205.5 70.72 125.5 -
System Red Green Blue C M Y K H S L
Decimal 202 227 104 0.11 0 0.54 0.11 72.2 0.69 0.65
Hex CA E3 68 B 0 36 B 48 45 41
Octal 312 343 150 13 0 66 13 110 105 101
Binary 11001010 11100011 1101000 1011 0 110110 1011 1001000 1000101 1000001

Color Harmonies of #CAE368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE368

Black with #CAE368

Text Example


Text Example

White with #CAE368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE368; }

 p { color: rgb(202,227,104); }

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

background-color css

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

 a { background-color: rgb(202,227,104); }

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

border-color css

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

 span { border-color: rgb(202,227,104); }

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