Html Css Color HEX #CBED5D Mindaro

📋 copy color: '#CBED5D'

red 203 ◦ green 237 ◦ blue 93

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

Shades of Mindaro #CBED5D

Tints of Mindaro #CBED5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.45%

R = 38.09%
G = 44.47%
B = 17.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#CBED5D (or 0xCBED5D) is known color: Mindaro. HEX triplet: CB, ED and 5D. RGB value is (203,237,93). Sum of RGB (Red+Green+Blue) = 203+237+93=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED5D is #3412A2. Grayscale: #D2D2D2. Windows color (decimal): -3412643 or 6155723. OLE color: 6155723.

HSL color Cylindrical-coordinate representation of color #CBED5D: hue angle of 74.17º degrees, saturation: 0.8, 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 #CBED5D is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 93 -
CMYK 0.14 0 0.61 0.07
HSL 74.17º 0.8% 0.65% -
HSV(B) 74.17º 0.61% 0.93% -
XYZ 56.89 74.06 21.65 -
YUV 210.42 61.74 122.71 -
System Red Green Blue C M Y K H S L
Decimal 203 237 93 0.14 0 0.61 0.07 74.17 0.8 0.65
Hex CB ED 5D E 0 3D 7 4A 50 41
Octal 313 355 135 16 0 75 7 112 120 101
Binary 11001011 11101101 1011101 1110 0 111101 111 1001010 1010000 1000001

Color Harmonies of #CBED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED5D

Black with #CBED5D

Text Example


Text Example

White with #CBED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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