Html Css Color HEX #CBEE5E Mindaro

📋 copy color: '#CBEE5E'

red 203 ◦ green 238 ◦ blue 94

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

Shades of Mindaro #CBEE5E

Tints of Mindaro #CBEE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.57%

R = 37.94%
G = 44.49%
B = 17.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#CBEE5E (or 0xCBEE5E) is known color: Mindaro. HEX triplet: CB, EE and 5E. RGB value is (203,238,94). Sum of RGB (Red+Green+Blue) = 203+238+94=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEE5E is #3411A1. Grayscale: #D3D3D3. Windows color (decimal): -3412386 or 6221515. OLE color: 6221515.

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

Color convert

RGB 203 238 94 -
CMYK 0.15 0 0.61 0.07
HSL 74.58º 0.81% 0.65% -
HSV(B) 74.58º 0.61% 0.93% -
XYZ 57.22 74.65 21.98 -
YUV 211.12 61.9 122.21 -
System Red Green Blue C M Y K H S L
Decimal 203 238 94 0.15 0 0.61 0.07 74.58 0.81 0.65
Hex CB EE 5E F 0 3D 7 4B 51 41
Octal 313 356 136 17 0 75 7 113 121 101
Binary 11001011 11101110 1011110 1111 0 111101 111 1001011 1010001 1000001

Color Harmonies of #CBEE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEE5E

Black with #CBEE5E

Text Example


Text Example

White with #CBEE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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