Html Css Color HEX #CBED5C Mindaro

📋 copy color: '#CBED5C'

red 203 ◦ green 237 ◦ blue 92

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

Shades of Mindaro #CBED5C

Tints of Mindaro #CBED5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.29%

R = 38.16%
G = 44.55%
B = 17.29%

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

#CBED5C (or 0xCBED5C) is known color: Mindaro. HEX triplet: CB, ED and 5C. RGB value is (203,237,92). Sum of RGB (Red+Green+Blue) = 203+237+92=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED5C is #3412A3. Grayscale: #D2D2D2. Windows color (decimal): -3412644 or 6090187. OLE color: 6090187.

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

Color convert

RGB 203 237 92 -
CMYK 0.14 0 0.61 0.07
HSL 74.07º 0.8% 0.65% -
HSV(B) 74.07º 0.61% 0.93% -
XYZ 56.84 74.04 21.42 -
YUV 210.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 203 237 92 0.14 0 0.61 0.07 74.07 0.8 0.65
Hex CB ED 5C E 0 3D 7 4A 50 41
Octal 313 355 134 16 0 75 7 112 120 101
Binary 11001011 11101101 1011100 1110 0 111101 111 1001010 1010000 1000001

Color Harmonies of #CBED5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED5C

Black with #CBED5C

Text Example


Text Example

White with #CBED5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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