Html Css Color HEX #CBF65C Mindaro

📋 copy color: '#CBF65C'

red 203 ◦ green 246 ◦ blue 92

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

Shades of Mindaro #CBF65C

Tints of Mindaro #CBF65C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.47%

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

R = 37.52%
G = 45.47%
B = 17.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#CBF65C (or 0xCBF65C) is known color: Mindaro. HEX triplet: CB, F6 and 5C. RGB value is (203,246,92). Sum of RGB (Red+Green+Blue) = 203+246+92=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF65C is #3409A3. Grayscale: #D8D8D8. Windows color (decimal): -3410340 or 6092491. OLE color: 6092491.

HSL color Cylindrical-coordinate representation of color #CBF65C: hue angle of 76.75º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBF65C is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 246 92 -
CMYK 0.17 0 0.63 0.04
HSL 76.75º 0.9% 0.66% -
HSV(B) 76.75º 0.63% 0.96% -
XYZ 59.52 79.38 22.31 -
YUV 215.59 58.25 119.02 -
System Red Green Blue C M Y K H S L
Decimal 203 246 92 0.17 0 0.63 0.04 76.75 0.9 0.66
Hex CB F6 5C 11 0 3F 4 4D 5A 42
Octal 313 366 134 21 0 77 4 115 132 102
Binary 11001011 11110110 1011100 10001 0 111111 100 1001101 1011010 1000010

Color Harmonies of #CBF65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF65C

Black with #CBF65C

Text Example


Text Example

White with #CBF65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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