Html Css Color HEX #CBEF5C Mindaro

📋 copy color: '#CBEF5C'

red 203 ◦ green 239 ◦ blue 92

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

Shades of Mindaro #CBEF5C

Tints of Mindaro #CBEF5C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.76%

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

R = 38.01%
G = 44.76%
B = 17.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#CBEF5C (or 0xCBEF5C) is known color: Mindaro. HEX triplet: CB, EF and 5C. RGB value is (203,239,92). Sum of RGB (Red+Green+Blue) = 203+239+92=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF5C is #3410A3. Grayscale: #D4D4D4. Windows color (decimal): -3412132 or 6090699. OLE color: 6090699.

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

Color convert

RGB 203 239 92 -
CMYK 0.15 0 0.62 0.06
HSL 74.69º 0.82% 0.65% -
HSV(B) 74.69º 0.62% 0.94% -
XYZ 57.43 75.2 21.61 -
YUV 211.48 60.57 121.95 -
System Red Green Blue C M Y K H S L
Decimal 203 239 92 0.15 0 0.62 0.06 74.69 0.82 0.65
Hex CB EF 5C F 0 3E 6 4B 52 41
Octal 313 357 134 17 0 76 6 113 122 101
Binary 11001011 11101111 1011100 1111 0 111110 110 1001011 1010010 1000001

Color Harmonies of #CBEF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEF5C

Black with #CBEF5C

Text Example


Text Example

White with #CBEF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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