Html Css Color HEX #CBF06D Mindaro

📋 copy color: '#CBF06D'

red 203 ◦ green 240 ◦ blue 109

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

Shades of Mindaro #CBF06D

Tints of Mindaro #CBF06D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.48%

 BLUE value IS 109 (42.97% from 255) = 19.75%

R = 36.78%
G = 43.48%
B = 19.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#CBF06D (or 0xCBF06D) is known color: Mindaro. HEX triplet: CB, F0 and 6D. RGB value is (203,240,109). Sum of RGB (Red+Green+Blue) = 203+240+109=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF06D is #340F92. Grayscale: #D6D6D6. Windows color (decimal): -3411859 or 7205067. OLE color: 7205067.

HSL color Cylindrical-coordinate representation of color #CBF06D: hue angle of 76.95º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBF06D is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 109 -
CMYK 0.15 0 0.55 0.06
HSL 76.95º 0.81% 0.68% -
HSV(B) 76.95º 0.55% 0.94% -
XYZ 58.55 76.12 26.07 -
YUV 214 68.74 120.15 -
System Red Green Blue C M Y K H S L
Decimal 203 240 109 0.15 0 0.55 0.06 76.95 0.81 0.68
Hex CB F0 6D F 0 37 6 4D 51 44
Octal 313 360 155 17 0 67 6 115 121 104
Binary 11001011 11110000 1101101 1111 0 110111 110 1001101 1010001 1000100

Color Harmonies of #CBF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF06D

Black with #CBF06D

Text Example


Text Example

White with #CBF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF06D; }

 p { color: rgb(203,240,109); }

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

background-color css

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

 a { background-color: rgb(203,240,109); }

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

border-color css

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

 span { border-color: rgb(203,240,109); }

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