Html Css Color HEX #CBF06B Mindaro

📋 copy color: '#CBF06B'

red 203 ◦ green 240 ◦ blue 107

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

Shades of Mindaro #CBF06B

Tints of Mindaro #CBF06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.45%

R = 36.91%
G = 43.64%
B = 19.45%

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

#CBF06B (or 0xCBF06B) is known color: Mindaro. HEX triplet: CB, F0 and 6B. RGB value is (203,240,107). Sum of RGB (Red+Green+Blue) = 203+240+107=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF06B is #340F94. Grayscale: #D6D6D6. Windows color (decimal): -3411861 or 7073995. OLE color: 7073995.

HSL color Cylindrical-coordinate representation of color #CBF06B: hue angle of 76.69º degrees, saturation: 0.82, 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 #CBF06B is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 107 -
CMYK 0.15 0 0.55 0.06
HSL 76.69º 0.82% 0.68% -
HSV(B) 76.69º 0.55% 0.94% -
XYZ 58.44 76.08 25.51 -
YUV 213.78 67.74 120.31 -
System Red Green Blue C M Y K H S L
Decimal 203 240 107 0.15 0 0.55 0.06 76.69 0.82 0.68
Hex CB F0 6B F 0 37 6 4D 52 44
Octal 313 360 153 17 0 67 6 115 122 104
Binary 11001011 11110000 1101011 1111 0 110111 110 1001101 1010010 1000100

Color Harmonies of #CBF06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF06B

Black with #CBF06B

Text Example


Text Example

White with #CBF06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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