Html Css Color HEX #CFEB70 Mindaro

📋 copy color: '#CFEB70'

red 207 ◦ green 235 ◦ blue 112

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

Shades of Mindaro #CFEB70

Tints of Mindaro #CFEB70

RGB

 RED value IS 207 (81.25% from 255) = 37.36%

 GREEN value IS 235 (92.19% from 255) = 42.42%

 BLUE value IS 112 (44.14% from 255) = 20.22%

R = 37.36%
G = 42.42%
B = 20.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#CFEB70 (or 0xCFEB70) is known color: Mindaro. HEX triplet: CF, EB and 70. RGB value is (207,235,112). Sum of RGB (Red+Green+Blue) = 207+235+112=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB70 is #30148F. Grayscale: #D5D5D5. Windows color (decimal): -3150992 or 7400399. OLE color: 7400399.

HSL color Cylindrical-coordinate representation of color #CFEB70: hue angle of 73.66º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFEB70 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 235 112 -
CMYK 0.12 0 0.52 0.08
HSL 73.66º 0.75% 0.68% -
HSV(B) 73.66º 0.52% 0.92% -
XYZ 58.37 73.85 26.51 -
YUV 212.61 71.22 124 -
System Red Green Blue C M Y K H S L
Decimal 207 235 112 0.12 0 0.52 0.08 73.66 0.75 0.68
Hex CF EB 70 C 0 34 8 4A 4B 44
Octal 317 353 160 14 0 64 10 112 113 104
Binary 11001111 11101011 1110000 1100 0 110100 1000 1001010 1001011 1000100

Color Harmonies of #CFEB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEB70

Black with #CFEB70

Text Example


Text Example

White with #CFEB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEB70; }

 p { color: rgb(207,235,112); }

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

background-color css

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

 a { background-color: rgb(207,235,112); }

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

border-color css

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

 span { border-color: rgb(207,235,112); }

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