Html Css Color HEX #CBED5B Mindaro

📋 copy color: '#CBED5B'

red 203 ◦ green 237 ◦ blue 91

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

Shades of Mindaro #CBED5B

Tints of Mindaro #CBED5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.14%

R = 38.23%
G = 44.63%
B = 17.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#CBED5B (or 0xCBED5B) is known color: Mindaro. HEX triplet: CB, ED and 5B. RGB value is (203,237,91). Sum of RGB (Red+Green+Blue) = 203+237+91=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED5B is #3412A4. Grayscale: #D2D2D2. Windows color (decimal): -3412645 or 6024651. OLE color: 6024651.

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

Color convert

RGB 203 237 91 -
CMYK 0.14 0 0.62 0.07
HSL 73.97º 0.8% 0.64% -
HSV(B) 73.97º 0.62% 0.93% -
XYZ 56.8 74.02 21.19 -
YUV 210.19 60.74 122.87 -
System Red Green Blue C M Y K H S L
Decimal 203 237 91 0.14 0 0.62 0.07 73.97 0.8 0.64
Hex CB ED 5B E 0 3E 7 4A 50 40
Octal 313 355 133 16 0 76 7 112 120 100
Binary 11001011 11101101 1011011 1110 0 111110 111 1001010 1010000 1000000

Color Harmonies of #CBED5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED5B

Black with #CBED5B

Text Example


Text Example

White with #CBED5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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