Html Css Color HEX #CBF068 Mindaro

📋 copy color: '#CBF068'

red 203 ◦ green 240 ◦ blue 104

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

Shades of Mindaro #CBF068

Tints of Mindaro #CBF068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.01%

R = 37.11%
G = 43.88%
B = 19.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#CBF068 (or 0xCBF068) is known color: Mindaro. HEX triplet: CB, F0 and 68. RGB value is (203,240,104). Sum of RGB (Red+Green+Blue) = 203+240+104=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF068 is #340F97. Grayscale: #D5D5D5. Windows color (decimal): -3411864 or 6877387. OLE color: 6877387.

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

Color convert

RGB 203 240 104 -
CMYK 0.15 0 0.57 0.06
HSL 76.32º 0.82% 0.67% -
HSV(B) 76.32º 0.57% 0.94% -
XYZ 58.29 76.02 24.7 -
YUV 213.43 66.24 120.56 -
System Red Green Blue C M Y K H S L
Decimal 203 240 104 0.15 0 0.57 0.06 76.32 0.82 0.67
Hex CB F0 68 F 0 39 6 4C 52 43
Octal 313 360 150 17 0 71 6 114 122 103
Binary 11001011 11110000 1101000 1111 0 111001 110 1001100 1010010 1000011

Color Harmonies of #CBF068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF068

Black with #CBF068

Text Example


Text Example

White with #CBF068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF068; }

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

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

background-color css

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

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

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

border-color css

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

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

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