Html Css Color HEX #CBEE6A Mindaro

📋 copy color: '#CBEE6A'

red 203 ◦ green 238 ◦ blue 106

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

Shades of Mindaro #CBEE6A

Tints of Mindaro #CBEE6A

RGB

 RED value IS 203 (79.69% from 255) = 37.11%

 GREEN value IS 238 (93.36% from 255) = 43.51%

 BLUE value IS 106 (41.8% from 255) = 19.38%

R = 37.11%
G = 43.51%
B = 19.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#CBEE6A (or 0xCBEE6A) is known color: Mindaro. HEX triplet: CB, EE and 6A. RGB value is (203,238,106). Sum of RGB (Red+Green+Blue) = 203+238+106=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEE6A is #341195. Grayscale: #D4D4D4. Windows color (decimal): -3412374 or 7007947. OLE color: 7007947.

HSL color Cylindrical-coordinate representation of color #CBEE6A: hue angle of 75.91º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBEE6A is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 238 106 -
CMYK 0.15 0 0.55 0.07
HSL 75.91º 0.8% 0.67% -
HSV(B) 75.91º 0.55% 0.93% -
XYZ 57.8 74.89 25.04 -
YUV 212.49 67.9 121.23 -
System Red Green Blue C M Y K H S L
Decimal 203 238 106 0.15 0 0.55 0.07 75.91 0.8 0.67
Hex CB EE 6A F 0 37 7 4C 50 43
Octal 313 356 152 17 0 67 7 114 120 103
Binary 11001011 11101110 1101010 1111 0 110111 111 1001100 1010000 1000011

Color Harmonies of #CBEE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEE6A

Black with #CBEE6A

Text Example


Text Example

White with #CBEE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEE6A; }

 p { color: rgb(203,238,106); }

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

background-color css

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

 a { background-color: rgb(203,238,106); }

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

border-color css

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

 span { border-color: rgb(203,238,106); }

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