Html Css Color HEX #CFE075 Mindaro

📋 copy color: '#CFE075'

red 207 ◦ green 224 ◦ blue 117

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

Shades of Mindaro #CFE075

Tints of Mindaro #CFE075

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.88%

 BLUE value IS 117 (46.09% from 255) = 21.35%

R = 37.77%
G = 40.88%
B = 21.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#CFE075 (or 0xCFE075) is known color: Mindaro. HEX triplet: CF, E0 and 75. RGB value is (207,224,117). Sum of RGB (Red+Green+Blue) = 207+224+117=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE075 is #301F8A. Grayscale: #CFCFCF. Windows color (decimal): -3153803 or 7725263. OLE color: 7725263.

HSL color Cylindrical-coordinate representation of color #CFE075: hue angle of 69.53º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFE075 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 117 -
CMYK 0.08 0 0.48 0.12
HSL 69.53º 0.63% 0.67% -
HSV(B) 69.53º 0.48% 0.88% -
XYZ 55.6 67.86 27 -
YUV 206.72 77.37 128.2 -
System Red Green Blue C M Y K H S L
Decimal 207 224 117 0.08 0 0.48 0.12 69.53 0.63 0.67
Hex CF E0 75 8 0 30 C 46 3F 43
Octal 317 340 165 10 0 60 14 106 77 103
Binary 11001111 11100000 1110101 1000 0 110000 1100 1000110 111111 1000011

Color Harmonies of #CFE075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE075

Black with #CFE075

Text Example


Text Example

White with #CFE075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE075; }

 p { color: rgb(207,224,117); }

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

background-color css

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

 a { background-color: rgb(207,224,117); }

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

border-color css

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

 span { border-color: rgb(207,224,117); }

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