Html Css Color HEX #CBED64 Mindaro

📋 copy color: '#CBED64'

red 203 ◦ green 237 ◦ blue 100

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

Shades of Mindaro #CBED64

Tints of Mindaro #CBED64

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

 BLUE value IS 100 (39.45% from 255) = 18.52%

R = 37.59%
G = 43.89%
B = 18.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#CBED64 (or 0xCBED64) is known color: Mindaro. HEX triplet: CB, ED and 64. RGB value is (203,237,100). Sum of RGB (Red+Green+Blue) = 203+237+100=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED64 is #34129B. Grayscale: #D3D3D3. Windows color (decimal): -3412636 or 6614475. OLE color: 6614475.

HSL color Cylindrical-coordinate representation of color #CBED64: hue angle of 74.89º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBED64 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 100 -
CMYK 0.14 0 0.58 0.07
HSL 74.89º 0.79% 0.66% -
HSV(B) 74.89º 0.58% 0.93% -
XYZ 57.21 74.18 23.36 -
YUV 211.22 65.24 122.14 -
System Red Green Blue C M Y K H S L
Decimal 203 237 100 0.14 0 0.58 0.07 74.89 0.79 0.66
Hex CB ED 64 E 0 3A 7 4B 4F 42
Octal 313 355 144 16 0 72 7 113 117 102
Binary 11001011 11101101 1100100 1110 0 111010 111 1001011 1001111 1000010

Color Harmonies of #CBED64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED64

Black with #CBED64

Text Example


Text Example

White with #CBED64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED64; }

 p { color: rgb(203,237,100); }

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

background-color css

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

 a { background-color: rgb(203,237,100); }

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

border-color css

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

 span { border-color: rgb(203,237,100); }

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