Html Css Color HEX #CBED65 Mindaro

📋 copy color: '#CBED65'

red 203 ◦ green 237 ◦ blue 101

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

Shades of Mindaro #CBED65

Tints of Mindaro #CBED65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.67%

R = 37.52%
G = 43.81%
B = 18.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#CBED65 (or 0xCBED65) is known color: Mindaro. HEX triplet: CB, ED and 65. RGB value is (203,237,101). Sum of RGB (Red+Green+Blue) = 203+237+101=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED65 is #34129A. Grayscale: #D3D3D3. Windows color (decimal): -3412635 or 6680011. OLE color: 6680011.

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

Color convert

RGB 203 237 101 -
CMYK 0.14 0 0.57 0.07
HSL 75º 0.79% 0.66% -
HSV(B) 75º 0.57% 0.93% -
XYZ 57.26 74.2 23.62 -
YUV 211.33 65.74 122.06 -
System Red Green Blue C M Y K H S L
Decimal 203 237 101 0.14 0 0.57 0.07 75 0.79 0.66
Hex CB ED 65 E 0 39 7 4B 4F 42
Octal 313 355 145 16 0 71 7 113 117 102
Binary 11001011 11101101 1100101 1110 0 111001 111 1001011 1001111 1000010

Color Harmonies of #CBED65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED65

Black with #CBED65

Text Example


Text Example

White with #CBED65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED65; }

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

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

background-color css

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

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

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

border-color css

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

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

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